Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowColCollection<T> Class / IsDisposed Property

In This Topic
    IsDisposed Property (GridRowColCollection<T>)
    In This Topic
    Gets whether the collection is disposed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDisposed As Boolean
    public bool IsDisposed {get;}
    See Also